home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / texinfo-.1 / info / pc_term.h < prev    next >
Encoding:
Text File  |  1994-08-05  |  1.5 KB  |  49 lines

  1. *** orig/texinfo-.1/info/pc_term.h    Sun Aug 29 18:41:08 1993
  2. --- src/texinfo-.1/info/pc_term.h    Thu Jul 21 01:11:58 1994
  3. ***************
  4. *** 0 ****
  5. --- 1,43 ----
  6. + /* pc_term.h */
  7. + /* This file is part of the MSDOS-DJGPP-port of the GNU standalone
  8. +    Info-reader
  9. +    This program is free software; you can redistribute it and/or modify
  10. +    it under the terms of the GNU General Public License as published by
  11. +    the Free Software Foundation; either version 2, or (at your option)
  12. +    any later version.
  13. +    This program is distributed in the hope that it will be useful,
  14. +    but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. +    GNU General Public License for more details.
  17. +    You should have received a copy of the GNU General Public License
  18. +    along with this program; if not, write to the Free Software
  19. +    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. + */
  21. + #ifndef PC_TERM_H
  22. + #define PC_TERM_H
  23. + void pc_begin_inverse();
  24. + void pc_end_inverse();
  25. + void pc_prep_terminal();
  26. + void pc_unprep_terminal();
  27. + void pc_up_line();
  28. + void pc_down_line();
  29. + void pc_clear_screen();
  30. + void pc_clear_to_eol();
  31. + void pc_get_screen_size();
  32. + void pc_goto_xy();
  33. + void pc_initialize_terminal();
  34. + void pc_new_terminal();
  35. + void pc_put_text();
  36. + void pc_ring_bell();
  37. + void pc_write_chars();
  38. + void pc_scroll_terminal();
  39. + #endif /* PC_TERM_H
  40. +  
  41.